The VMware driver is released in the following packaging format.
|
Format
|
Drivers
|
|---|---|
|
VMware VIB
|
vmware-esx-drivers-net-tg3-version.x86_64.vib
|
To download, install, or update the VMware ESX/ESXi driver for NetXtreme I GbE network adapters, see http://www.vmware.com/support.
NetQueue
The optional parameter force_netq can be used to set the number of Rx and Tx net queues. BCM57XX devices that support NetQueue are the BCM5718, BCM5719, BCM5720, BCM5721, and BCM5722.
By default, the driver tries to use the optimal number of NetQueues. To explicitly force the number of queues, set the number of NetQueues per port via the following command:
esxcfg-module -s force_netq=x,x,x.... tg3
Allowed values for x are 1 to 15:
the number of "x" entries can go up to 32, which means the maximum supported NICs = 32.
Example usage:
esxcfg-module -s force_netq=-1,0,1,2 tg3]
Note that the NIC # above does not correspond to the vmnic<#>. The NIC number is the system vmnic probe order number. Optimally, the number of NetQueues matches the number of CPUs on the machine.
Several optional parameters can be supplied as a command line argument to the vmkload_mod command. These parameters can also be set via the esxcfg-module command. See the man page for more information.
The following are the most common sample messages that may be logged in the file /var/log/messages. Use dmesg -n <level> to control the level at which messages will appear on the console. Most systems are set to level 6 by default. To see all messages, set the level higher.
Driver Sign On
tg3.c:v3.118g (Jan 4, 2012)
NIC Detected
vmnic0: Tigon3 [partno(BCM95704A6) rev 2003] (PCIX:100MHz:64-bit) MAC address 00:10:18:04:3f:36
vmnic0: attached PHY is 5704 (10/100/1000Base-T Ethernet) (WireSpeed[1])
vmnic0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
vmnic0: dma_rwctrl[769f4000] dma_mask[64-bit]
Link Up and Speed Indication
tg3: vmnic0: Link is up at 1000 Mbps, full duplex.
tg3: vmnic0: Flow control is on for TX and on for RX.
Link Down Indication
tg3: vmnic0: Link is down.